home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
games
/
zmud455.zip
/
ZMUD.EXE
/
0
/
RCDATA
/
TREADDLG
/
TREADDLG.txt
Wrap
Text File
|
1997-04-13
|
2KB
|
80 lines
object ReadDlg: TReadDlg
Left = 243
Top = 150
BorderStyle = bsDialog
Caption = 'Reading'
ClientHeight = 92
ClientWidth = 352
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 85
Height = 13
Alignment = taRightJustify
Caption = 'Reading from file: '
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 70
Top = 32
Width = 23
Height = 13
Alignment = taRightJustify
Caption = 'Line:'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LineNum: TLabel
Left = 96
Top = 32
Width = 8
Height = 13
Caption = '1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object FileName: TLabel
Left = 96
Top = 8
Width = 5
Height = 13
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object CancelBtn: TBitBtn
Left = 136
Top = 56
Width = 77
Height = 27
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = CancelBtnClick
Kind = bkAbort
end
end